CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - server client tcp udp

搜索资源列表

  1. vc_socket

    0下载:
  2. vc socket编程,含有TCP、UDP客户端和服务端代码,有详细注释,对socket的初学者的帮助很大,吐血分享!-vc socket programming, with TCP, UDP client and server-side code, there are detailed notes on the socket.It is very helpful for beginners.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:784456
    • 提供者:wish
  1. socket_communication

    0下载:
  2. TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2958
    • 提供者:yelangya
  1. src

    2下载:
  2. 串口服务器程序,主机通过网络连接串口服务器,透传从主机传过来的数据,支持tcp server、tcp client、udp-Serial server program, the host server via a network connection port, pass-through from the host pass over the data to support tcp server, tcp client, udp
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-03-17
    • 文件大小:11809
    • 提供者:wlong
  1. udp

    0下载:
  2. Linux下udp并发服务器的实现。服务器循环接收客户端的消息,每收到一个消息,fork()一次,通过子进程来完成客户端的消息。与tcp并发不一样,他不必listen()和accept()。-Udp under Linux to achieve concurrent server. Server receives the client' s message loop, each receives a message, fork () once the child process to be
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:8102
    • 提供者:
  1. chap3

    0下载:
  2. 用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。-Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-01
    • 文件大小:13704771
    • 提供者:han
  1. android-socket

    0下载:
  2. android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。   Java.net   Java.net.Socket 客户端连接使用的TCP socket   Java.net.DatagramSocket 客户端和服务端共同使用
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:52528
    • 提供者:rpudn93
  1. uart_udp_tcp.tar

    0下载:
  2. 用qt4开发的tcp客户端和服务端和串口,udp等工具大全,源码奉上。-Qt4 developed using tcp client and server and port, udp tools such as Guinness, source offer.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-11
    • 文件大小:2526820
    • 提供者:管小亮
  1. MyQQ

    0下载:
  2. VC++ TCP 方式实现MYQQ,仿QQ的小软件,功能没QQ多,只是实现基础的TCP通讯功能,连接方式可以连接TCP/udp,服务选择里可选客户端和服务端或都两者都是。另外程序还具备抓图功能,请先指定对方IP-VC++ TCP way to achieve MYQQ, small software like QQ, QQ multi-function not only achieve TCP-based communication functions, connections can be c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:29162
    • 提供者:kpudn3
  1. SocketTool2

    0下载:
  2. socket通讯工具 支持TCP/UDP-TCP/IP SOCKET UDP SERVER CLIENT GPRS NETWORK
  3. 所属分类:Software Testing

    • 发布日期:2017-05-09
    • 文件大小:1831741
    • 提供者:eewfwe
  1. socket

    1下载:
  2. QT中网络编程实现,完整支持UDP、TCP server和TCP client,可以用作常规通信的界面工具;-QT in network programming, full support for UDP, TCP server and TCP client, the interface can be used as a routine tool of communication
  3. 所属分类:Linux Network

    • 发布日期:2017-05-10
    • 文件大小:2208238
    • 提供者:黑心棉
  1. TcpUdpServerAndClient

    0下载:
  2. (Python Source) TcpIp communication samples for experiment reference. The Package has both Tcp+Udp samples Both have Server And Client full demon
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2850
    • 提供者:Chiron
  1. Multithreading

    0下载:
  2. 实验3 TCP和UDP套接字综合应用 要求:(1)TCP、UDP (2)C/S (3)多线程编程 摘要:设计简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 TCP客户: 客户创建流套接字,向服务器发起TCP连接。 连接创建成功后,通过套接字向服务器持续发送或是接收数据。 (3)输入或是收到命令”end”,结束收发数据,并断开与服务器的连接。 UDP客户:   (1)客户创建数据报套接字,通过该套
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4453865
    • 提供者:刘强
  1. W5100_stm32_1

    0下载:
  2. STM32_W5100例程,TCP/UDP,服务器/客户端-STM32_W5100 routine, TCP/UDP, server/client
  3. 所属分类:SCM

    • 发布日期:2017-06-17
    • 文件大小:26042135
    • 提供者:bo
  1. NetAssist

    1下载:
  2. Vc++实现的网络调试工具,可以建立TCP服务端、客户端,进行收发数据,也可以调试UDP-Vc++ to achieve the network debugging tools, you can create TCP server, client, send and receive data, you can debug UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:394760
    • 提供者:Harlen
  1. serverToClient

    0下载:
  2. 服务器,客户端通信,简单的聊天工具,可以选择TCP OR UDP-Server, client communication, simple chat tool, you can TCP OR UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-16
    • 文件大小:25245096
    • 提供者:shiyaohong
  1. socket_udp

    0下载:
  2. 在Linux系统下的UDP传输,udp例子,服务器端,用户端等,还有TCP/IP,UDP常用的函数接口-UDP transport in the Linux system, udp example, server, client, etc., as well as TCP/IP, UDP common function interface
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:9920
    • 提供者:Find_Fun
  1. TaoJieZi

    0下载:
  2. TCP,UDP套接字通信,可实现客户端和服务端的收发通信-TCP, UDP socket communication, you can send and receive communications between the client and server
  3. 所属分类:Com Port

    • 发布日期:2017-05-25
    • 文件大小:7980916
    • 提供者:董姗
  1. tcp_assist

    0下载:
  2. TCP UDP套接字socket,能实现有客户端服务端相互间的数据传送接受显示保存等功能-TCP UDP client server socket,Can realize with the client server data transfer between each other to accept according to save, and other functions
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1884540
    • 提供者:Kingston
  1. udp

    0下载:
  2. 基于linux的tcp套接字网络编程,实现了tcp客服端和服务器端,实现客服端和服务器端的相互通信-TCP socket network programming based on Linux, to achieve the TCP client and server side, the client and server to achieve mutual communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1788
    • 提供者:htx
  1. tcpudp-data

    0下载:
  2. 一个简单的TCP/UDP增删改查数据的工程,包含服务端和客户端,在VC6.0下编译。-TCP/UDP a simple crud data engineering, including server and client, under the VC6.0 compiler.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9390100
    • 提供者:Jz Zhang
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com